home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / QDDVX102.ZIP / contrib / dvx / inc / x11 / xmu / initer.h < prev    next >
C/C++ Source or Header  |  1993-07-15  |  1KB  |  29 lines

  1. /*
  2.  * $XConsortium: Initer.h,v 1.1 89/07/14 17:51:55 jim Exp $
  3.  *
  4.  * Copyright 1988 by the Massachusetts Institute of Technology
  5.  *
  6.  * Permission to use, copy, modify, and distribute this software and its
  7.  * documentation for any purpose and without fee is hereby granted, provided 
  8.  * that the above copyright notice appear in all copies and that both that 
  9.  * copyright notice and this permission notice appear in supporting 
  10.  * documentation, and that the name of M.I.T. not be used in advertising
  11.  * or publicity pertaining to distribution of the software without specific, 
  12.  * written prior permission. M.I.T. makes no representations about the 
  13.  * suitability of this software for any purpose.  It is provided "as is"
  14.  * without express or implied warranty.
  15.  *
  16.  * The X Window System is a Trademark of MIT.
  17.  *
  18.  * The interfaces described by this header file are for miscellaneous utilities
  19.  * and are not part of the Xlib standard.
  20.  */
  21.  
  22. #ifndef _XMU_INITER_H_
  23. #define _XMU_INITER_H_
  24.  
  25. void XmuCallInitializers(/* XtAppContext */);
  26. void XmuAddInitializer(/* (*void)(), caddr_t */);
  27.  
  28. #endif /* _XMU_INITER_H_ */
  29.